From d5d456b95ef858855c696e7496844f770aae635d Mon Sep 17 00:00:00 2001 From: robertl Date: Mon, 24 Oct 2005 18:01:15 +0000 Subject: [PATCH] Make re-includable. --- gbtypes.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gbtypes.h b/gbtypes.h index bdbc8ce5f..78ad7582d 100644 --- a/gbtypes.h +++ b/gbtypes.h @@ -19,6 +19,10 @@ */ +#ifndef gb_types_h_included +#define gb_types_h_included + + /* * If this is a problem and any interesting system doesn't have the C99-ism * of we'll come up with something more clever that'll likely @@ -46,3 +50,5 @@ typedef int32_t gbint32; typedef int16_t gbint16; #endif // defined(_MSC_VER) + +#endif /* gb_types_h_included */ -- 2.30.2